type crypto/tls.helloRequestMsg

5 uses

	crypto/tls (current package)
		conn.go#L1036: 		m = new(helloRequestMsg)
		conn.go#L1173: 	helloReq, ok := msg.(*helloRequestMsg)
		handshake_messages.go#L1799: type helloRequestMsg struct {
		handshake_messages.go#L1802: func (*helloRequestMsg) marshal() []byte {
		handshake_messages.go#L1806: func (*helloRequestMsg) unmarshal(data []byte) bool {